home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 7 (Internal Edition) / Apple R&P Lib Internal v7.0.iso / 5-Fonts & Software / Applications / Adobe Illustrator® 3.0 / PPD Folder / APPLE422.PPD < prev    next >
Text File  |  1990-10-12  |  11KB  |  342 lines

  1. *% Adobe Systems PostScript(R) Printer Description File
  2. *% For "LaserWriter Plus" version 42.2
  3. *% Produced by "GETapd.ps" version 2.0 edit 48
  4. *%
  5. *% Copyright 1988, 1989 Adobe Systems Incorporated.  All Rights Reserved.
  6. *% Permission is granted for redistribution of this file as
  7. *% long as this copyright notice is intact and the contents
  8. *% of the file is not altered in any way from its original form.
  9. *%
  10. *% The byte count of this file should be exactly 010555 or 010896
  11. *% depending on the filesystem it resides in.
  12. *%
  13. *% Date: 4/6/89
  14. *FormatVersion: "3.0"
  15. *FileVersion: "2.1"
  16. *LanguageVersion: English
  17.  
  18. *Product: "(LaserWriter Plus)"
  19. *PSVersion: "(42.2) 3"
  20. *NickName: "Apple LaserWriter Plus v42.2"
  21.  
  22. *% General Information and Defaults ===============
  23. *ColorDevice: False
  24. *FreeVM: "172414"
  25. *VariablePaperSize: False
  26. *FileSystem: False
  27. *?FileSystem: "/initializedisk where{pop(True)}{(False)} ifelse = flush"
  28. *Throughput: "8"
  29. *Password: "0"
  30. *ExitServer: "
  31.   count 0 eq {  % is the password on the stack?
  32.     true 
  33.   }{
  34.     dup    % potential password
  35.     statusdict begin checkpassword end not
  36.   } ifelse 
  37.   {  %  if no password or not valid 
  38.     (WARNING : Cannot perform the exitserver command.) = 
  39.     (Password supplied is not valid.) = 
  40.     (Please contact the author of this software.) = flush
  41.     quit
  42.   } if 
  43.   serverdict begin exitserver
  44. "
  45. *End
  46.  
  47. *Reset: "
  48.   count 0 eq {  % is the password on the stack?
  49.     true 
  50.   }{
  51.     dup    % potential password
  52.     statusdict begin checkpassword end not
  53.   } ifelse 
  54.   {  %  if no password or not valid 
  55.     (WARNING : Cannot reset printer.) = 
  56.     (Password supplied is not valid.) = 
  57.     (Please contact the author of this software.) = flush
  58.     quit
  59.   } if 
  60.   serverdict begin exitserver
  61.   systemdict /quit get exec
  62.   (WARNING : Printer Reset Failed.) = flush
  63. "
  64. *End
  65.  
  66. *DefaultResolution: 300dpi
  67. *?Resolution: "
  68. save
  69.   initgraphics
  70.   0 0 moveto currentpoint matrix defaultmatrix transform
  71.   0 72 lineto currentpoint matrix defaultmatrix transform
  72.   3 -1 roll sub dup mul
  73.   3 1 roll exch sub dup mul
  74.   add sqrt round cvi
  75.   (          ) cvs print (dpi) = flush
  76. restore
  77. "
  78. *End
  79.  
  80. *% Halftone Information ===============
  81. *ScreenFreq: "60.0"
  82. *ScreenAngle: "45.0"
  83. *DefaultScreenProc: Dot
  84. *ScreenProc Dot: "
  85. {dup mul exch dup mul add 1.0 exch sub }
  86. "
  87. *End
  88. *ScreenProc Line: "{ pop }"
  89. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  90.  
  91. *DefaultTransfer: Null
  92. *Transfer Null: "{ }"
  93. *Transfer Null.Inverse: "{ 1 exch sub }"
  94. *Transfer Normalized: "
  95. {mark
  96. 1.0 1.0 .98 .9 .82 .68 .56 .48 .28 .1 .06 .0
  97. counttomark dup 3 add -1 roll exch
  98. 2 sub mul dup floor cvi
  99. dup 3 1 roll sub
  100. exch dup 
  101. 3 add index exch 2 add index dup
  102. 4 1 roll
  103. sub mul add
  104. counttomark 1 add 1 roll 
  105. cleartomark
  106. } bind"
  107. *End
  108. *Transfer Normalized.Inverse: "{
  109. mark
  110. .0 .0 .06 .1 .28 .48 .56 .68 .82 .9 .98 1.0
  111. counttomark dup 3 add -1 roll exch
  112. 2 sub mul dup floor cvi
  113. dup 3 1 roll sub
  114. exch dup 
  115. 3 add index exch 2 add index dup
  116. 4 1 roll
  117. sub mul add
  118. counttomark 1 add 1 roll 
  119. cleartomark
  120. } bind"
  121. *End
  122.  
  123. *% Paper Handling ===================
  124.  
  125. *% Use these entries to set paper size most of the time, unless there is
  126. *% specific reason to use PageRegion or PaperTray.
  127. *DefaultPageSize: Letter
  128. *PageSize Letter: "letter"
  129. *PageSize Legal: "legal"
  130. *PageSize Note: "note"
  131. *PageSize A4: "a4"
  132. *PageSize B5: "b5"
  133. *PageSize LetterSmall: "lettersmall"
  134. *PageSize A4Small: "a4small"
  135. *?PageSize: "
  136.  save statusdict begin
  137.   /pagetype where { pop
  138.     [(Letter)(Legal)]pagetype dup 1 gt{pop 1}if get = flush
  139.   }{
  140.     (Unknown) = flush
  141.   }ifelse
  142.  end restore
  143. "
  144. *End
  145.  
  146. *% These entries will set up the frame buffer. Usually used with manual feed.
  147. *DefaultPageRegion: Letter
  148. *PageRegion Letter: "letter"
  149. *PageRegion Legal: "legal"
  150. *PageRegion Note: "note"
  151. *PageRegion A4: "a4"
  152. *PageRegion B5: "b5"
  153. *PageRegion LetterSmall: "lettersmall"
  154. *PageRegion A4Small: "a4small"
  155.  
  156. *DefaultPaperTray: None
  157.  
  158. *% The following entries provide information about specific paper keywords.
  159. *DefaultImageableArea: Letter
  160. *ImageableArea Letter: "18 8 593 784 "
  161. *ImageableArea Legal: "65 42 547 966 "
  162. *ImageableArea Note: "30 31 582 761 "
  163. *ImageableArea A4: "18 23 577 819 "
  164. *ImageableArea B5: "3 4 497 705 "
  165. *ImageableArea LetterSmall: "30 31 582 761 "
  166. *ImageableArea A4Small: "29 31 566 811 "
  167. *?ImageableArea: "
  168.  save /cvp { cvi (            ) cvs print ( ) print } bind def
  169.   newpath clippath pathbbox
  170.   4 -2 roll exch 2 {ceiling cvp} repeat
  171.   exch 2 {floor cvp} repeat flush
  172.  restore
  173. "
  174. *End
  175.  
  176. *% These provide the physical dimensions of the paper (by keyword)
  177. *DefaultPaperDimension: Letter
  178. *PaperDimension Letter: "612 792"
  179. *PaperDimension Legal: "612 1008"
  180. *PaperDimension Note: "612 792"
  181. *PaperDimension A4: "595 842"
  182. *PaperDimension B5: "516 729"
  183. *PaperDimension LetterSmall: "612 792"
  184. *PaperDimension A4Small: "595 842"
  185.  
  186. *DefaultOutputBin: Upper
  187. *DefaultInputSlot: None
  188.  
  189. *DefaultManualFeed: False
  190. *?ManualFeed: "statusdict /manualfeed get
  191.  {(True)}{(False)}ifelse = flush"
  192. *End
  193. *ManualFeed True: "statusdict begin /manualfeed true store end"
  194. *ManualFeed False: "statusdict begin /manualfeed false store end"
  195.  
  196. *DefaultOutputOrder: Reverse
  197.  
  198. *DefaultCollator: None
  199. *DefaultSorter: None
  200. *DefaultDuplex: None
  201.  
  202. *% Font Information =====================
  203.  
  204. *DefaultFont: Courier
  205. *Font AvantGarde-Book: Standard "(001.001)"
  206. *Font AvantGarde-BookOblique: Standard "(001.001)"
  207. *Font AvantGarde-Demi: Standard "(001.001)"
  208. *Font AvantGarde-DemiOblique: Standard "(001.001)"
  209. *Font Bookman-Demi: Standard "(001.001)"
  210. *Font Bookman-DemiItalic: Standard "(001.001)"
  211. *Font Bookman-Light: Standard "(001.001)"
  212. *Font Bookman-LightItalic: Standard "(001.001)"
  213. *Font Courier: Standard "(001.001)"
  214. *Font Courier-Bold: Standard "(001.001)"
  215. *Font Courier-BoldOblique: Standard "(001.001)"
  216. *Font Courier-Oblique: Standard "(001.001)"
  217. *Font Helvetica: Standard "(001.001)"
  218. *Font Helvetica-Bold: Standard "(001.001)"
  219. *Font Helvetica-BoldOblique: Standard "(001.001)"
  220. *Font Helvetica-Narrow: Standard "(001.000)"
  221. *Font Helvetica-Narrow-Bold: Standard "(001.000)"
  222. *Font Helvetica-Narrow-BoldOblique: Standard "(001.000)"
  223. *Font Helvetica-Narrow-Oblique: Standard "(001.000)"
  224. *Font Helvetica-Oblique: Standard "(001.001)"
  225. *Font NewCenturySchlbk-Bold: Standard "(001.002)"
  226. *Font NewCenturySchlbk-BoldItalic: Standard "(001.001)"
  227. *Font NewCenturySchlbk-Italic: Standard "(001.001)"
  228. *Font NewCenturySchlbk-Roman: Standard "(001.002)"
  229. *Font Palatino-Bold: Standard "(001.000)"
  230. *Font Palatino-BoldItalic: Standard "(001.000)"
  231. *Font Palatino-Italic: Standard "(001.000)"
  232. *Font Palatino-Roman: Standard "(001.000)"
  233. *Font Symbol: Special "(001.001)"
  234. *Font Times-Bold: Standard "(001.001)"
  235. *Font Times-BoldItalic: Standard "(001.001)"
  236. *Font Times-Italic: Standard "(001.001)"
  237. *Font Times-Roman: Standard "(001.001)"
  238. *Font ZapfChancery-MediumItalic: Standard "(001.002)"
  239. *Font ZapfDingbats: Special "(001.000)"
  240. *?FontQuery: "
  241. save  2 dict begin /sv exch def
  242. /str 128 string def
  243. {
  244.   count 0 gt {
  245.     dup str cvs (/) print print (:) print    
  246.     FontDirectory exch known {(Yes)}{(No)}ifelse = flush
  247.   }{ exit } ifelse
  248. } bind loop
  249. (*) = flush
  250. sv end restore
  251. "
  252. *End
  253.  
  254. *?FontList: "
  255. FontDirectory { pop == } bind forall flush 
  256. (*) = flush
  257. "
  258. *End
  259.  
  260. *% Printer Messages (verbatim from printer):
  261. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  262. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  263. *Message: "\FontName\ not found, using Courier"
  264.  
  265. *% Status (format: %%[ status: <one of these> ]%% )
  266. *Status: "idle"
  267. *Status: "busy"
  268. *Status: "waiting"
  269. *Status: "printing"
  270. *Status: "warming up"
  271. *Status: "PrinterError: timeout, clearing printer"
  272. *Status: "PrinterError: warming up"
  273. *Status: "PrinterError: service call"
  274. *Status: "PrinterError: paper entry misfeed"
  275. *Status: "PrinterError: no toner cartridge"
  276. *Status: "PrinterError: no paper tray"
  277. *Status: "PrinterError: cover open"
  278. *Status: "PrinterError: resetting printer"
  279. *Status: "PrinterError: out of paper"
  280. *Status: "PrinterError: timeout"
  281. *Status: "PrinterError: manual feed timeout"
  282.  
  283. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  284. *Source: "serial9"
  285. *Source: "serial25"
  286. *Source: "AppleTalk"
  287.  
  288. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  289. *PrinterError: "timeout, clearing printer"
  290. *PrinterError: "warming up"
  291. *PrinterError: "service call"
  292. *PrinterError: "paper entry misfeed"
  293. *PrinterError: "no toner cartridge"
  294. *PrinterError: "no paper tray"
  295. *PrinterError: "cover open"
  296. *PrinterError: "resetting printer"
  297. *PrinterError: "out of paper"
  298. *PrinterError: "timeout"
  299. *PrinterError: "manual feed timeout"
  300.  
  301. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  302.  
  303. *% Color Separation Information =====================
  304.  
  305. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  306.  
  307. *InkName: ProcessBlack/Process Black
  308. *InkName: CustomColor/Custom Color
  309. *InkName: ProcessCyan/Process Cyan
  310. *InkName: ProcessMagenta/Process Magenta
  311. *InkName: ProcessYellow/Process Yellow
  312.  
  313. *% For 60 lpi / 300 dpi =====================================================
  314.  
  315. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  316. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  317. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  318. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  319. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  320.  
  321. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  322. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  323. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  324. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  325. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  326.  
  327. *% For 53 lpi / 300 dpi =====================================================
  328.  
  329. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  330. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  331. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  332. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  333. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  334.  
  335. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  336. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  337. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  338. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  339. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  340.  
  341. *% end of PPD file for LaserWriter Plus
  342.